home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_110.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  355 b   |  11 lines

  1. Inputs: Length; [Value; [Step]]
  2. Outputs: List
  3.  
  4. Inputs: integer; [any; [number]]
  5. Outputs: list
  6.  
  7. List is a list of length Length. If Value is provided all elements of List are Value. Otherwise, all elements are NULL. If Value is a number, and Step is provided, the first element of List is Value, and each subsequent element is incremented by Step.
  8.  
  9. Lists
  10.  
  11.